// The Bits Between the bits, by Erlend Robaye, October 2001

Aspc=1,

A0=".005",	// Y flow speed
A1="400",		// Amplitude of sin that devides into up and down flows

// x unchanged
srcX="x",

// y flows up or down depending on sin(x)
srcY="y - A0 * sgn(sin(x*A1))",

Vers=100
